@@ -30,6 +30,8 @@ def eqpt_bind(request): |
||
30 | 30 |
'sn': sn, |
31 | 31 |
}) |
32 | 32 |
|
33 |
+ # TODO: Call CarePatch's API, batch or single |
|
34 |
+ |
|
33 | 35 |
return response() |
34 | 36 |
|
35 | 37 |
|